home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
free_sty.swf
/
scripts
/
DefineSprite_13_tt
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
2KB
|
61 lines
if(_root.debug == 1)
{
this.onPress = function()
{
if(_root.setb == "del")
{
var _loc3_ = 0;
while(_loc3_ < _root.ttn)
{
if(_root.bg_mc["tt" + _loc3_].ii > this.ii)
{
_root.bg_mc["tt" + _loc3_].ii--;
}
_loc3_ = _loc3_ + 1;
}
_root.zhu_array[_root.level].splice(this.ii,1);
_root.showA();
this.removeMovieClip();
}
else if(_root.setb == "bian")
{
this.startDrag(true);
this.xx = this._x;
this.yy = this._y;
}
else if(_root.setb == "set")
{
_root.debug_mc._visible = 1;
_root.debug_mc.shijian = "tong";
_root.debug_mc.ii = this.ii;
_root.debug_mc.dd1.text = this.ii;
_root.debug_mc.dd1.text += "--" + _root.zhu_array[_root.level][this.ii][2];
_root.debug_mc.dd2.text = _root.zhu_array[_root.level][this.ii][2];
_root.debug_mc.dd3.text = _root.zhu_array[_root.level][this.ii][3].toString(2);
_root.debug_mc.dd4.text = _root.zhu_array[_root.level][this.ii][4];
_root.debug_mc.dd5.text = _root.zhu_array[_root.level][this.ii][5];
_root.debug_mc.dd6.text = _root.zhu_array[_root.level][this.ii][6];
_root.setb = "";
}
};
this.onRelease = this.onReleaseOutside = function()
{
this.stopDrag();
if(_root.setb == "bian")
{
_root.zhu_array[_root.level][this.ii][0] = this._x;
_root.zhu_array[_root.level][this.ii][1] = this._y;
this.xx = this._x;
this.yy = this._y;
_root.showA();
}
else
{
this._x = this.xx;
this._y = this.yy;
}
_root.setb = "";
};
}
stop();